tbody tr {
cursor: pointer;
}
.ql-container.ql-snow {
    border: 1px solid #CCC !important;
}
#topmenu {
	 width: 100%;
    margin: 0 auto;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

#User th, #Menuv th, #Usergrp th, #Company th, #CompanyUser th, #Files th, #Userlog th {
	text-align:left;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button ;
     padding-left: 20px !important; 
}
html {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
html::after {
   background-image: url("../images/POS_3298.jpg");
   background-repeat: no-repeat;
    background-size: cover;
    content: "";
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;   
   
}
@media(max-device-width:1480px){
  html{
	  
    zoom: 75%;
    
    margin: 0;
    padding: 0;
    width: 100%; /* full window width */
  }
}
.inline-tiltak, .inline-vurdering, .inline-beskrivelse{
 line-height: 14px;
}
.tableofreport span{
  background-color: #FFFFFF !important;
}